Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 177,969 for

document formatting

(1.51 sec)
  1. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....Set Conditional Formats of Excel and ODS files with Golang via...Introduction Conditional formatting is an advanced Microsoft...

    docs.aspose.com/cells/go-cpp/conditional-format...
  2. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....set marker formatting. Document doc = new Document (); DocumentBuilder...8 , 1.7 }); // Set marker formatting. series . Marker . Size =...

    reference.aspose.com/words/net/aspose.words.dra...
  3. HtmlInsertOptions enumeration | Aspose.Words fo...

    Aspose.Words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insertHtml()](../Documentbuilder/insertHtml/#string_htmlinsertoptions) method....UseBuilderFormatting Use font and paragraph formatting specified in DocumentBuilder...DocumentBuilder as base formatting for text inserted from HTML. RemoveLastEmptyParag...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++....its own or completely with formatting. It is also possible to copy...copy only the formatting. This article shows how. This example...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  5. ConditionalStyle.Font | Aspose.Words for .NET

    Discover the ConditionalStyle Font property to easily access and customize character Formatting for enhanced text presentation in your projects....property Gets the character formatting of the conditional style...styles of a table. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/con...
  6. Inconsistent Line Height Rendering When Convert...

    Problem Description When converting DOCX files to images using Aspose, Documents containing parentheses show inconsistent line height rendering compared to Documents without parentheses, even when paragraph line spacing …...files to images using Aspose, documents containing parentheses show...height rendering compared to documents without parentheses, even...

    forum.aspose.com/t/inconsistent-line-height-ren...
  7. SoftEdgeFormat class | Aspose.Words for Python

    aspose.words.drawing.SoftEdgeFormat class. Represents the soft edge Formatting for an object....Represents the soft edge formatting for an object. Remarks Use...how to work with soft edge formatting. builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImportFormatOptions.force_copy_styles property ...

    ImportFormatOptions.force_copy_styles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KEEP_SOURCE_Formatting](../../importformatmode/#KEEP_SOURCE_Formatting) mode...KEEP_SOURCE_FORMATTING mode. The default value is...destination document, the source style formatting is expanded...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section Formatting. To learn more, visit the Documentation article in C++....section formatting. To learn more, visit the Document Builder...Builder Overview documentation article. class DocumentBuilder : public...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Net to replace a Word document Aspose.Words Product Family...var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo...

    forum.aspose.com/t/some-content-cannot-be-repla...